home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / procdump.src < prev    next >
Text File  |  1998-03-23  |  1KB  |  45 lines

  1. @@@STARTPACK(procdump;Process and core information)
  2. <P>
  3. proc is a tool for displaying information
  4. from a running process or core image.
  5. It accepts either the name of a core file,
  6. a process id or a pathname in the /proc 
  7. directory.  By default, it produces a summary
  8. listing of process level information, similar
  9. to that provided by the ps command.
  10. You can ask for a fuller listing and for detailed
  11. reports about each LWP in the process, including
  12. the contents of the registers.  You can also
  13. get a memory map of the process.  For
  14. full details see the manual page, 
  15. <A HREF="proc.1.html">proc.1</A>.
  16. <P>
  17. The current source will build under UnixWare 2.1.x
  18. or UnixWare 7.  The distribution was built
  19. using UnixWare 7, bl15.2v1e.  To build,
  20. simply invoke: make -f proc.mk
  21. <P>
  22. proc is a dynamically-linked ELF binary that
  23. will run on UnixWare 2.1.x or UnixWare 7 (gemini).
  24. It may be installed anywhere that is visible from
  25. your PATH.
  26. <P>
  27. proc does not run under OpenServer, since it 
  28. requires the facilities provided by the /proc
  29. filesystem.
  30. <P>
  31. msize is a simple shell script that uses proc -m
  32. to print out the memory size of a running process.
  33. usage is: msize process_id.
  34. <P>
  35. proc was written by Joel Silverstein, jds@sco.com.
  36. The source is owned by SCO and will probably
  37. be part of a future SCO product. 
  38. msize was written by David Prosser, dfp@sco.com.
  39. <P>
  40. @@@UW2DIST(http://www.sco.com/skunkware/uw7/sysadmin/)
  41. @@@SOURCE(ftp://ftp.sco.com/skunkware/src/sysadmin/)
  42.  
  43. @@@ENDPACK
  44.  
  45.